Description
Obtain a list of language codes representing languages that are supported by the Translation Service. Translate() and TranslateArray() can translate between any of these languages. Request  (LanguageService_GetLanguagesForTranslate_InputMessage)
The request body is of type GetLanguagesForTranslate.
Request Body Parameters
| Name | Description | Data Type | 
|---|
| appId |  | xml:string | 

Overview
|  | 
|  | Sequence  
|  | appId optional xs:string
A string containing "Bearer" + " " + access token. |  |  | 
Response  (LanguageService_GetLanguagesForTranslate_OutputMessage)
The response body is of type GetLanguagesForTranslateResponse.
A string array containing the language codes supported by the Translator Services.Response Body Parameters
| Name | Description | Data Type | 
|---|
| GetLanguagesForTranslateResult |  | ArrayOfstring | 

Overview
See Also